projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e540363
)
(charprop-CMD): Chdir in Emacs rather than in Makefile.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 2 Feb 2008 17:55:39 +0000
(17:55 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 2 Feb 2008 17:55:39 +0000
(17:55 +0000)
admin/unidata/makefile.w32-in
patch
|
blob
|
history
diff --git
a/admin/unidata/makefile.w32-in
b/admin/unidata/makefile.w32-in
index 1d0f1327f942d83852d0210122088522965077a8..6135a5a05e2b8c9994f71668374534139e13f278 100644
(file)
--- a/
admin/unidata/makefile.w32-in
+++ b/
admin/unidata/makefile.w32-in
@@
-41,9
+41,7
@@
charprop-SH: unidata-gen.elc unidata.txt
$(RUNEMACS) --load $${ELC} -f unidata-gen-files $${DATA}
charprop-CMD: unidata-gen.elc unidata.txt
- cd $(DSTDIR)
- $(RUNEMACS) --load $(CURDIR)/unidata-gen.elc -f unidata-gen-files $(CURDIR)/unidata.txt
- cd ../../admin/unidata
+ $(RUNEMACS) --eval $(ARGQUOTE)(cd $(DQUOTE)$(DSTDIR)$(DQUOTE))$(ARGQUOTE) --load $(CURDIR)/unidata-gen.elc -f unidata-gen-files $(CURDIR)/unidata.txt
${DSTDIR}/charprop.el: charprop-$(SHELLTYPE)